EMT Practice Test

1. Question Content...


Question List

Question1: You are importing a list of new products into Salesforce and need to map the new product to the appropriate PriceBook Entries.
What typeof DataRator mapping keeps tractof the new product Records as they are created to use in the Price entries you need to create?

Question2: Your company is using an OmniScript on a Community page to take applications from new customers. The email address field is not required when the customer fills in their contact information on the first step. On the last step, a customer indicates they would like to be contacted via email, but on the first step they left that field blank.
Which element will let you return the customer to that first step and change the email field to a required field?

Question3: What part of a DataRaptor Extract defines the JSON that is shared with Viocity apps?

Question4: You have configured an Integration Procedure element with SEND/RESPONSE TRANSFORMATIONS as shown.
Alternatively, how would you configure Additional Input to send exactly the same data? Assume that you check Send Only Additional Input.

A)

B)

C)

D)

Question5: Which three are true about Calculation Matrix inputs? Choose 3 answers

Question6: CORRECT TEXT
The card layout below has an Integration Procedure as a data source. The cards use the layout data source.

Which JSON data structure below supports this card layout and uses best practices.

Question7: Which context variable is set in the card designer and allows access to any property in scope plus the {{payload}} variable?

Question8: In a Calculation Procedure, what is required for the output of a Calculation Step to be used in an Aggregation Step?

Question9: In an Integration Procedure, you need to perform a multi-step calculation on every element of an array. Based on best practices, what two methods are recommended? Choose 2 answers

Question10: For testing an Omniscript the Contextld is the only key in a Set Values element Before going into production, what are two possible best practices for this Contextld? Choose 2 answers

Question11: You want to edit a FlexCard.
Which question should you ask and answer before you make changes to the active version of the FlexCard?

Question12: What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block.

Question13: What is the merge code you need for this Integration Procedure structure to pass a CaseNumber node from the DataRaptor Extract Action Single Book (DRReadCase) to the HTTP Action's HTTP Path URL?

Question14: You want to send all data from a FlexCard's data source to a Datatable in a child FlexCard.
What is the variable you put in the Data Node field in the parent FlexCard that gets all the records?

Question15: In an OmniScript, you have a Disclosure element that requires user input only if the user already checked a Non Disclosure Agreement checkbox.
Which conditional view option do you choose?

Question16: You are configuring an Integration Procedure Action in an OmniScript. The OmniScript needs a JSON response from the Integration Procedure, but you do not want to wait for the response for the user to proceed.
What feature do you enable?

Question17: in an OmniScript, you need to get data from a single field ina Salesforce record.
What element does this?

Question18: You want to use a custom icon in a FlexCard.
How would you do this?

Question19: How is data accessed for a Field element in a FlexCard that wants the AccountName?

Question20: An OmniScript displays data from an API using an Integration Procedure, but some of the data is missing.
What error could cause this? Choose 2 answers